home *** CD-ROM | disk | FTP | other *** search
/ Business Assistant / Business Assistant.iso / acctg / tx40e / parametr.doc < prev    next >
Text File  |  1988-07-22  |  768b  |  14 lines

  1. -- PARAMETER PASSING
  2.  
  3.      The Nifty Menu system is able pass along user-specified parameters to the 
  4. programs and batch files it executes.  To indicate that you want Nifty to 
  5. ask for a parameter, simply place a "?" at the end of the instruction line 
  6. containing a program or batch file path/name.  Example:
  7.  
  8.                                  D>DIR ?
  9.  
  10. This line tells Nifty that it should execute the DIR command whenever "D" is 
  11. pressed.  Before it does so, however, it will ask the user for the parameter(s) 
  12. to be passed to the DIR command.  If the user indicated the parameter, "*.EXE", 
  13. then Nifty would execute this command: "DIR *.EXE".
  14.